Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
pypi moment D:
  • Loading branch information
ImShyMike committed Dec 18, 2024
1 parent c2eb6db commit c30ac93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eryx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the package."""

CURRENT_VERSION = "0.1.1"
CURRENT_VERSION = "0.1.2"
2 changes: 1 addition & 1 deletion tests/test/concat/test.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Version: 0.1.2
Name: concat
Description: String, array and object concatenation
2 changes: 1 addition & 1 deletion tests/test/functions/test.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Version: 0.1.2
Name: functions
Description: Function declarations and nested functions
2 changes: 1 addition & 1 deletion tests/test/if_else_statements/test.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Version: 0.1.2
Name: if_else_statements
Description: If/Else statements with many types
2 changes: 1 addition & 1 deletion tests/test/member_expressions/test.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Version: 0.1.2
Name: member_expressions
Description: All kinds of member expressions with and without nesting
2 changes: 1 addition & 1 deletion tests/test/variable_declaration/test.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Version: 0.1.2
Name: variable_declaration
Description: Variable declarations for all data types

0 comments on commit c30ac93

Please sign in to comment.