Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Nov 11, 2024
1 parent 256760e commit ec4a3e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.18...3.30)
project (hogpp
VERSION 0.1.0
VERSION 0.2.0
LANGUAGES CXX
DESCRIPTION "Fast histogram of oriented gradients computation using integral histogram"
HOMEPAGE_URL https://github.com/sergiud/hogpp
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
copyright = '2024, Sergiu Deitsch'
author = 'Sergiu Deitsch'

version = '0.1'
release = '0.1.0'
version = '0.2'
release = '0.2.0a1.dev1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion python/hogpp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__all__ = ('IntegralHOGDescriptor', )

__author__ = 'Sergiu Deitsch'
__version__ = '0.1.0'
__version__ = '0.2.0a1.dev1'

0 comments on commit ec4a3e7

Please sign in to comment.