Skip to content

Commit

Permalink
Passage en 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrd committed Dec 5, 2022
1 parent 7b2e797 commit d403450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r2gg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from r2gg._configure import configure
from r2gg._main import sql_convert, pgr_convert, osm_convert, osrm_convert, valhalla_convert, write_road2_config

__version__ = "1.2.2-DEVELOP"
__version__ = "1.2.3"

def sql2pivot():
config, resource, db_configs, connection, logger = configure()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup (
name = 'r2gg',
version = '1.2.2-DEVELOP',
version = '1.2.3',
entry_points = {
'console_scripts': [
'r2gg-sql2pivot=r2gg:sql2pivot',
Expand Down

0 comments on commit d403450

Please sign in to comment.